/* Funnelkit Cart: Margins, Border, Put price count in the cart, Change cursor at cart. Copy and Paste this file into a (CSS FILE) snippet */
.fkcart-shortcode-container {
  margin-top: 1px
  margin-bottom: 1px;
  margin-left: 8px;
  border: solid 2px #A3F10A; /* Border around cart-Adjust this color to suit your needs. */
  border-radius: 5px;
  padding-right: 1px;
  color: #A3F10A;/* Cart color-Adjust this color to suit your needs. */	
}

.fkcart-shortcode-container .fkcart-shortcode-count {
  position: absolute;
  top:13px;
  right: 8px;
  min-width: 15px;
  width: auto;
  height: 1px;	
}
